home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.258 < prev    next >
Text File  |  1996-02-12  |  29KB  |  639 lines

  1. Frequently Asked Questions (FAQS);faqs.258
  2.  
  3.  
  4.  
  5.    Author: Kresten Krab Thorup <krab@iesd.auc.dk>
  6. -  Latest released version: 5.6e { or 5.2 ??? or 5.0 non-beta??? }
  7. +  Latest released version: 6.1 {???}
  8.    Anonymous FTP:
  9. -    iesd.auc.dk:pub/emacs-lisp/auctex_5_6e.tar.Z {maybe???}
  10. -    iesd.auc.dk:pub/emacs-lisp/auc-tex.tar.Z
  11. +    /iesd.auc.dk:pub/emacs-lisp/auctex_5_6e.tar.Z  {wrong}
  12. +    /iesd.auc.dk:pub/emacs-lisp/auc-tex.tar.Z
  13.    Mailing list:
  14.      auc-tex-request@iesd.auc.dk (for subscriptions)
  15. @@ -613,12 +666,13 @@
  16.  
  17.    Author: Jamie Zawinski <jwz@lucid.com>
  18. -  Latest released version: 1.46
  19. +  Latest released version: 1.47
  20.    Anonymous FTP:
  21. -    Emas Lisp Archive: packages/bbdb.tar.Z
  22. +    /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/packages/bbdb.tar.Z
  23.    Mailing list:
  24.      info-bbdb-request@lucid.com (for subscriptions)
  25. -    info-bbdb@lucid.com (for subscriptions)
  26. +    info-bbdb@lucid.com
  27.      bbdb-announce-request@lucid.com (to be informed of new releases)
  28. -  Note: BBDB only works with VM 5, not with VM 4.
  29. +  Note: BBDB does not work with VM 4.  It does work with VM 5, RMAIL, GNUS,
  30. +    and MH-E.
  31.  
  32.  QQQ: Ispell -- spell checker in C with interface for Emacs
  33. @@ -638,9 +691,10 @@
  34.  QQQ: Epoch -- enhanced GNU Emacs with better X interface
  35.  
  36. -  Latest released version: 4.0 patchlevel 2
  37. +  Latest released version: 4.2
  38.    Anonymous FTP:
  39. -    cs.uiuc.edu:pub/epoch-files/epoch/epoch-4.0p2.tar.Z
  40. -    src.doc.ic.ac.uk:gnu/epoch/
  41. -    aix370.rrz.uni-koeln.de:gnu/emacs/epoch/
  42. +    /cs.uiuc.edu:pub/epoch-files/epoch/epoch-4.2.tar.Z
  43. +    /cs.uiuc.edu:pub/epoch-files/epoch/epoch-diff-4.1-4.2.tar.Z
  44. +    /src.doc.ic.ac.uk:gnu/epoch/
  45. +    /aix370.rrz.uni-koeln.de:gnu/emacs/epoch/
  46.    Newsgroup and mailing lists:
  47.      Epoch:
  48. @@ -759,8 +818,9 @@
  49.  
  50.    Author: Larry Wall <lwall@netlabs.com>
  51. -  Latest version: 2.0 patchlevel 12u6
  52. +  Latest version: 2.0 patchlevel 12u8
  53.      (This is the version that supports the new unified diff format.)
  54.    Anonymous FTP:
  55. -    prep.ai.mit.edu:pub/gnu/patch-2.0.12u6.tar.Z
  56. +    /prep.ai.mit.edu:pub/gnu/patch-2.0.12u8.tar.Z
  57. +    /prep.ai.mit.edu:pub/gnu/patch-2.0.12g8.tar.Z  (GNU version)
  58.  
  59.  
  60. @@ -84,4 +84,9 @@
  61.    See `Key Bindings' and `Rebinding' in the online manual.
  62.  
  63. +  In Emacs 19 (including Lucid Emacs), you can bind function key F24 like
  64. +  this:
  65. +
  66. +    (global-set-key 'f24 'some-command)
  67. +
  68.  QQQ: Why does Emacs say `Key sequence XXX uses invalid prefix characters'?
  69.  
  70. @@ -739,7 +737,7 @@
  71.  QQQ: How do I bind a combination of modifier key and function key?
  72.  
  73. -  Unless you're using Emacs under emacstool (or xvetool?) or you have a
  74. -  working version of x-rebind-key (see question QQQ), you
  75. -  can't do this with Emacs alone.
  76. +  Unless you're using Emacs under emacstool (or xvetool?), have a working
  77. +  version of x-rebind-key (see question QQQ), or are using Emacs 19 (Lucid
  78. +  Emacs), you can't do this with Emacs alone.
  79.  
  80.    If you are using emacstool, Emacs sees different character sequences for
  81. @@ -763,4 +761,19 @@
  82.    site?}
  83.  
  84. +  If you have x-rebind-key, you can have any arbitrary combination of
  85. +  modifiers with a key replaced by any sequence of "normal" characters.  For
  86. +  example, this makes Shift-Return behave as though you had typed "C-x C-e"
  87. +  (example from Jerry Graves):
  88. +
  89. +    (x-rebind-key "Return" 'shift "\C-x\C-e")
  90. +
  91. +  In Emacs 19 (Lucid Emacs), you can bind Meta-Left-Arrow like this (example
  92. +  from Jamie Zawinski):
  93. +
  94. +    (global-set-key '(meta left) 'backward-word)
  95. +
  96. +  With the last two methods, use `xmodmap' and `xev' to discover the keysym
  97. +  and modifier names.
  98. +
  99.  QQQ: Why doesn't my Meta key work in an xterm window?
  100.  
  101. @@ -78,5 +78,6 @@
  102.  
  103.       WARNING: If you are visiting the file ~/outgoing at the time you send
  104. -     the mail, this can cause a variety of horrible problems.
  105. +     the mail, this can cause a variety of horrible problems.  Jamie
  106. +     Zawinski has written a solution for this.
  107.  
  108.    It does not work to put `set record filename' in the .mailrc file.
  109. @@ -154,5 +155,6 @@
  110.    using it because saved mail in their `mbox' file has been converted into
  111.    an incompatible format (BABYL) that only RMAIL understands.  RMAIL
  112. -  provides no obvious way to reverse this transformation.  To convert a mail
  113. +  provides no obvious way to reverse this transformation.  Kyle Jones has
  114. +  aptly named this "the great Emacs Mail Eating Monster".  To convert a mail
  115.    file back to standard Unix format, there are several methods:
  116.  
  117. @@ -310,4 +312,7 @@
  118.    Of course, GNUS will run faster if you make sure it is byte-compiled.
  119.  
  120. +  Felix Lee wrote some enhancements called `gnus-speedups.el' that fix some
  121. +  of the problems.  See the Emacs Lisp Archive.
  122. +
  123.  QQQ: How do I catch up all newsgroups in GNUS?
  124.  
  125. @@ -351,8 +356,20 @@
  126.  QQQ: Why does GNUS hang for a long time when posting?
  127.  
  128. -  What is the answer?????
  129. +  David Lawrence <tale@uunet.uu.net> explains:
  130.  
  131. -  Is there a solution?  Any way to post in the background so useful work can
  132. -  be done while waiting for inews?
  133. +    The problem is almost always interaction between NNTP and C News.  NNTP
  134. +    POST asks C News's inews to not background itself but rather hang around
  135. +    and give its exit status so it knows whether the post was successful.
  136. +    (That wait will on some systems not return the exit status of the
  137. +    waited for job is a different sort of problem.)  It ends up taking a
  138. +    long time because inews is calling relaynews, which often waits for
  139. +    another relaynews to free the lock on the news system so it can file the
  140. +    article.
  141. +
  142. +    My preferred solution is to change inews to not call relaynews, but
  143. +    rather use newsspool.  This loses some error-catching functionality, but
  144. +    is for the most part safe as inews will detect a lot of the errors on
  145. +    its own.  The C News folks have sped up inews, too, so speed should look
  146. +    better to most folks as that update propagates around.
  147.  
  148.  QQQ: Why don't my news postings in GNUS get past the local machine?
  149. @@ -359,6 +376,8 @@
  150.  
  151.    Three possible reasons: local distribution, C News date problem (see
  152. -  question QQQ, and the path problem.  {What is the correct fix
  153. -  to the path problem?}
  154. +  question QQQ, and the path problem.  This piece of code may fix the path
  155. +  problem for you:
  156. +
  157. +    (setq gnus-use-generic-path t)
  158.  
  159.  QQQ: Why is the GNUS-generated `Date:' header invalid?
  160. @@ -371,5 +390,6 @@
  161.      (defun gnus-inews-date () nil)
  162.  
  163. -  I think this is fixed in GNUS 3.14.1.
  164. +  I think this is fixed in GNUS 3.14.1 if you set gnus-news-system {?} to
  165. +  Cnews.
  166.  
  167.  QQQ: Why doesn't GNUS generate the `Lines:' header?
  168. @@ -396,4 +416,7 @@
  169.    calculate the `Lines:' header for incoming articles when necessary that
  170.    works for sites with local news spools.
  171. +
  172. +  David Lawrence <tale@uunet.uu.net> says that GNUS 3.14.1 generates Lines
  173. +  if gnus-news-system is Cnews.
  174.  
  175.  QQQ: Why do I get "Cannot open load file" "nntp" when compiling GNUS?
  176. Xref: bloom-picayune.mit.edu gnu.emacs.help:7398 comp.emacs:15247 news.answers:3112
  177. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!snorkelwacker.mit.edu!eff!sol.ctr.columbia.edu!spool.mu.edu!uwm.edu!news.bbn.com!bu.edu!bigbird!jbw
  178. From: jbw@bigbird.bu.edu (Joe Wells)
  179. Newsgroups: gnu.emacs.help,comp.emacs,news.answers
  180. Subject: GNU Emacs FAQ (0/5): Intro/Contents
  181. Summary: READ BEFORE POSTING.  A regularly posted list of answers to frequently
  182.          asked questions (FAQs) about GNU Emacs and many Emacs Lisp programs.
  183.          Contains pointers to other resources.
  184. Keywords: gnu emacs faq answers frequently asked questions periodic
  185. Message-ID: <GNU-Emacs-FAQ-0.1992.09.22.011020@bigbird.bu.edu>
  186. Date: 22 Sep 92 01:10:20 GMT
  187. Expires: 21 Nov 92 01:10:20 GMT
  188. Sender: news@bu.edu
  189. Reply-To: gnu-emacs-faq-maintainers@bigbird.bu.edu
  190. Followup-To: poster
  191. Organization: GNU's Not UNIX
  192. Lines: 284
  193. Approved: news-answers-request@mit.edu
  194. Supersedes: <GNU-Emacs-FAQ-0.1992.06.28.234430@bigbird.bu.edu>
  195.  
  196. Archive-Name: GNU-Emacs-FAQ/part0
  197. Last-Modified: Sun, 20 Sep 1992 22:28:37 GMT
  198. Last-Posted: Tue, 22 Sep 1992 01:10:20 GMT
  199.  
  200.                        GNU Emacs FAQ: Introduction
  201.  
  202. [To find what has changed, see the "diff" posting.]
  203.  
  204. [Joe Wells plans to quit soon as FAQ coordinator.  Steven Byrnes says he can
  205.  take over this portion of the FAQ responsibility.  We still need more
  206.  volunteers to help by taking charge of a section of the FAQ list.  Send e-mail
  207.  if you are interested.]
  208.  
  209. This is the introduction to a list of frequently asked questions (FAQ) about
  210. GNU Emacs with answers.  This article contains a listing of the questions;
  211. subsequent articles contain the questions and answers.
  212.  
  213. The FAQ list is posted to reduce the noise level in the `gnu.emacs.help'
  214. newsgroup (which is also the `help-gnu-emacs' mailing list) which results from
  215. the repetition of frequently asked questions, wrong answers to these questions,
  216. corrections to the wrong answers, corrections to the corrections, debate, name
  217. calling, etc.  Also, it serves as a repository of the canonical "best" answers
  218. to these questions.  However, if you know a better answer or even a slight
  219. change that improves an answer, please tell us!
  220.  
  221. If you know the answer of a question is in the FAQ list, please reply to the
  222. question by e-mail instead of posting.  Help reduce noise!
  223.  
  224. The FAQ list is crossposted to `comp.emacs' because some sites do not receive
  225. the `gnu.*' newsgroups.  The FAQ list is also crossposted to `news.answers'.
  226.  
  227. Please suggest new questions, answers, wording changes, deletions, etc.  The
  228. most helpful form for suggestions is a context diff (ie., the output of `diff
  229. -c').  Include `FAQ' in the subject of messages sent to us about the FAQ list.
  230.  
  231. Please do not send questions to us just because you do not want to disturb a
  232. lot of people and you think we would know the answer.  We do not have time to
  233. answer questions individually.  :-(
  234.  
  235. Full instructions for getting the latest FAQ are in question 22.  Also see the
  236. `Introduction to news.answers' posting in the `news.answers' newsgroup, or send
  237. e-mail to `mail-server@rtfm.mit.edu' with `help' on a body line, or use FTP,
  238. WAIS, or Prospero to rtfm.mit.edu.
  239.  
  240. These ideas have already been suggested, but we have not had time to
  241. implement them:
  242.  
  243.   * A Texinfo version.
  244.   * Marking questions in the table of contents that have been changed
  245.     recently.
  246.  
  247. --
  248. Joe Wells <jbw@cs.bu.edu> and Steven Byrnes <sbyrnes@rice.edu>
  249.  
  250. E-mail jbw@cs.bu.edu for details about the League for Programming Freedom.
  251.  
  252. ----------------------------------------------------------------------
  253.  
  254.                      GNU Emacs FAQ: Table of Contents
  255.  
  256. Notation Used in FAQ
  257.  
  258. 1:   What do these mean: C-h, M-C-a, RET, "ESC a", etc.?
  259. 2:   What does "M-x command" mean?
  260. 3:   How do I read topic XXX in the on-line manual?
  261. 4:   What do these mean: etc/SERVICE, src/config.h, lisp/default.el?
  262. 5:   What are FSF, LPF, OSF, GNU, RMS, FTP, and GPL?
  263.  
  264. General Questions
  265.  
  266. 6:   What is the LPF and why should I join it?
  267. 7:   What is the real legal meaning of the GNU copyleft?
  268. 8:   What are appropriate messages for gnu.emacs.help, gnu.emacs.bug,
  269.      comp.emacs, etc.?
  270. 9:   Where can I get old postings to gnu.emacs.help and other GNU groups?
  271. 10:  Where should I report bugs and other problems with GNU Emacs?
  272. 11:  How do I unsubscribe to this mailing list?
  273. 12:  What is the current address of the FSF?
  274.  
  275. On-line Help, Printed Manuals, Other Sources of Help
  276.  
  277. 13:  I'm just starting GNU Emacs; how do I do basic editing?
  278. 14:  How do I find out how to do something in GNU Emacs?
  279. 15:  How do I get a printed copy of the GNU Emacs manual?
  280. 16:  Where can I get documentation on GNU Emacs Lisp?
  281. 17:  How do I install a piece of Texinfo documentation?
  282. 18:  How do I print a Texinfo file?
  283. 19:  Can I view Info files without using GNU Emacs?
  284. 20:  What informational files are available for GNU Emacs?
  285. 21:  Where can I get help in installing GNU Emacs?
  286. 22:  Where can I get the latest version of this document (the FAQ list)?
  287.  
  288. Status of Emacs
  289.  
  290. 23:  Where does the name "Emacs" come from?
  291. 24:  What is the latest version of GNU Emacs?
  292. 25:  When will GNU Emacs 19 be available?
  293. 26:  What is different about GNU Emacs 19?
  294. 27:  What variants of GNU Emacs exist?
  295.  
  296. Common Things People Want To Do
  297.  
  298. 28:  How do I set up a .emacs file properly?
  299. 29:  How do I debug a .emacs file?
  300. 30:  How do I make Emacs display the current line (or column) number?
  301. 31:  How do I turn on Abbrevs by default just in mode XXX?
  302. 32:  How do I turn on Auto-Fill mode by default?
  303. 33:  How do I make Emacs use a certain major mode for certain files?
  304. 34:  How do I search for, delete, or replace unprintable (8-bit or control)
  305.      characters?
  306. 35:  How can I highlight a region of text in Emacs?
  307. 36:  How do I control Emacs's case-sensitivity when searching/replacing?
  308. 37:  How do I make Emacs wrap words for me?
  309. 38:  Where can I get a better spelling checker for Emacs?
  310. 39:  How can I spell-check TeX or *roff documents?
  311. 40:  How do I change load-path?
  312. 41:  How do I use an already running Emacs from another window?
  313. 42:  How do I make Emacs recognize my compiler's funny error messages?
  314. 43:  How do I indent switch statements like this?
  315. 44:  How can I make Emacs automatically scroll horizontally?
  316. 45:  How do I make Emacs "typeover" or "overwrite" instead of inserting?
  317. 46:  How do I stop Emacs from beeping on a terminal?
  318. 47:  How do I turn down the bell volume in Emacs running under X Windows?
  319. 48:  How do I tell Emacs to automatically indent a new line to the
  320.      indentation of the previous line?
  321. 49:  How do I show which parenthesis matches the one I'm looking at?
  322. 50:  In C mode, can I show just the lines that will be left after #ifdef
  323.      commands are handled by the compiler?
  324. 51:  Is there an equivalent to the `.' (dot) command of vi?
  325. 52:  What are the valid X resource settings (ie., stuff in .Xdefaults)?
  326. 53:  How do I execute a piece of Emacs Lisp code?
  327. 54:  How do I change Emacs's idea of the tab character's length?
  328. 55:  How do I insert `>' at the beginning of every line?
  329. 56:  How do I insert `_^H' before each character in a paragraph to get an
  330.      underlined paragraph?
  331. 57:  How do I repeat a command as many times as possible?
  332. 58:  How do I make Emacs behave like this: when I go up or down, the cursor
  333.      should stay in the same column even if the line is too short?
  334. 59:  How do I tell Emacs to iconify itself?
  335. 60:  How do I use regexps (regular expressions) in Emacs?
  336. 61:  How do I perform a replace operation across more than one file?
  337. 62:  Where is the documentation for `etags'?
  338.  
  339. Bugs/Problems
  340.  
  341. 63:  Does Emacs have problems with files larger than 8 megabytes?
  342. 64:  Why can't Emacs find files in current directory on startup?
  343. 65:  How do I get rid of the ^M junk in my Shell buffer?
  344. 66:  Why do I get `Process shell exited abnormally with code 1'?
  345. 67:  Why can't I cut from Emacs and paste in other X programs?
  346. 68:  Where is the termcap/terminfo entry for terminal type `emacs'?
  347. 69:  Why does Emacs spontaneously start displaying `I-search:' and beeping?
  348. 70:  Why can't Emacs talk to certain hosts (or certain hostnames)?
  349. 71:  Why does Emacs say `Error in init file'?
  350. 72:  Why does Emacs ignore my X resources (my .Xdefaults file)?
  351. 73:  Why does Emacs take 20 seconds to visit a file?
  352. 74:  How do I edit a file with a `$' in its name?
  353. 75:  Why does Shell mode lose track of the shell's current directory?
  354. 76:  Why doesn't my change to load-path work?
  355. 77:  Why does the cursor always go to the wrong column when I move up or
  356.      down one line?
  357. 78:  Why does Emacs hang with message `Unknown XMenu error' with X11R4?
  358. 79:  Why doesn't display-time show the load average in the mode line
  359.      anymore?
  360. 80:  Why does ispell sometimes ignore the local dictionary?
  361. 81:  Why does Ispell treat each line as a single word?
  362. 82:  Are there any security risks in GNU Emacs?
  363.  
  364. Difficulties Building/Installing/Porting Emacs
  365.  
  366. 83:  What should I do if I have trouble building Emacs?
  367. 84:  How do I stop Emacs from failing when the executable is stripped?
  368. 85:  Why does linking Emacs with -lX11 fail?
  369. 86:  Why does Emacs 18.55 say `Fatal error (6).Abort' under SunOS 4.1?
  370.  
  371. Finding/Getting Emacs and Related Packages
  372.  
  373. 87:  Where can I get GNU Emacs on the net (or by snail mail)?
  374. 88:  How do I find a GNU Emacs Lisp package that does XXX?
  375. 89:  Where can I get GNU Emacs Lisp packages that don't come with Emacs?
  376. 90:  How do I submit code to the Emacs Lisp Archive?
  377. 91:  Where can I get other up-to-date GNU stuff?
  378. 92:  Where can I get an Emacs with better mouse and X window support?
  379. 93:  What is the difference between GNU Emacs and Epoch?
  380. 94:  What is the difference between GNU Emacs and Lucid GNU Emacs?
  381. 95:  Where can I get the "unofficial HP GNU Emacs"?
  382. 96:  Where can I get Emacs for my PC running MS-DOS?
  383. 97:  Where can I get Emacs for my PC running Windows?
  384. 98:  Where can I get Emacs for my PC running OS/2?
  385. 99:  Where can I get Emacs for my Atari ST?
  386. 100: Where can I get Emacs for my Amiga?
  387. 101: Where can I get Emacs for my Apple computer?
  388. 102: Where can I get Emacs with NeWS support?
  389. 103: Where do I get Emacs that runs on VMS under DECwindows?
  390. 104: Where can I get modes for Lex, Yacc/Bison, Bourne Shell, Csh, C++,
  391.      Objective C, Pascal, Awk?
  392. 105: What is the IP address of XXX.YYY.ZZZ?
  393.  
  394. Major Emacs Lisp Packages, Emacs Extensions, and Related Programs
  395.  
  396. 106: VM (View Mail) -- another mail reader within Emacs
  397. 107: Supercite -- mail and news citation package within Emacs
  398. 108: GNUS -- news reader within Emacs
  399. 109: Calc -- poor man's Mathematica within Emacs
  400. 110: Calendar/Diary -- calendar manager within Emacs
  401. 111: Ange-FTP -- transparent FTP access for Emacs's file access routines
  402. 112: VIP -- vi emulation for Emacs
  403. 113: Dired -- better directory editor for Emacs
  404. 114: AUC TeX -- enhanced LaTeX mode with debugging facilities
  405. 115: Hyperbole -- extensible hypertext management system within Emacs
  406. 116: Byte Compiler -- enhanced version of Emacs's byte compiler
  407. 117: comint -- hugely enhanced shell mode and other derived modes
  408. 118: BBDB -- personal info rolodex integrated with mail/news readers
  409. 119: Ispell -- spell checker in C with interface for Emacs
  410. 120: Epoch -- enhanced GNU Emacs with better X interface
  411. 121: Lucid GNU Emacs -- alternative Emacs 19 with better X interface
  412. 122: Demacs -- GNU Emacs altered to run on MS-DOS on 386/486 machines
  413. 123: Freemacs -- a small Emacs for MS-DOS
  414. 124: Patch -- program to apply "diffs" for updating files
  415.  
  416. Changing Key Bindings and Handling Key Binding Problems
  417.  
  418. 125: How do I bind keys (including function keys) to commands?
  419. 126: Why does Emacs say `Key sequence XXX uses invalid prefix characters'?
  420. 127: Why doesn't this [terminal or window-system setup] code work in my
  421.      .emacs file, but it works just fine after Emacs starts up?
  422. 128: How do I use function keys under X Windows?
  423. 129: How do I tell what characters my function or arrow keys emit?
  424. 130: How do I set the X key "translations" for Emacs?
  425. 131: How do I handle C-s and C-q being used for flow control?
  426. 132: How do I use commands bound to C-s and C-q (or any key) if these keys
  427.      are filtered out?
  428. 133: Why does the `BackSpace' key invoke help?
  429. 134: Why doesn't Emacs look at the stty settings for Backspace vs. Delete?
  430. 135: Why don't the arrow keys work?
  431. 136: How do I "swap" two keys?
  432. 137: How do I produce C-XXX with my keyboard?
  433. 138: What if I don't have a Meta key?
  434. 139: What if I don't have an Escape key?
  435. 140: How do I type DEL on PC terminal emulators?
  436. 141: Can I make my `Compose Character' key behave like a Meta key?
  437. 142: How do I bind a combination of modifier key and function key?
  438. 143: Why doesn't my Meta key work in an xterm window?
  439. 144: Why doesn't my ExtendChar key work as a Meta key under HP-UX 8.0?
  440. 145: Where can I get key bindings to make Emacs emulate WordStar?
  441. 146: Where can I get an XEDIT emulator for Emacs?
  442.  
  443. Using Emacs with Alternate Character Sets
  444.  
  445. 147: How do I make Emacs display 8-bit characters?
  446. 148: How do I input 8-bit characters?
  447. 149: Where can I get an Emacs that can handle kanji characters?
  448. 150: Where can I get an Emacs that can handle Chinese?
  449. 151: Where is an Emacs that can handle Semitic (right-to-left) alphabets?
  450.  
  451. Mail and News
  452.  
  453. 152: How do I change the included text prefix in mail/news followups?
  454. 153: How do I save a copy of outgoing mail?
  455. 154: Why doesn't Emacs expand my aliases when sending mail?
  456. 155: Why does RMAIL think all my saved messages are one big message?
  457. 156: How can I sort the messages in my RMAIL folder?
  458. 157: Why does RMAIL need to write to /usr/spool/mail?
  459. 158: How do I recover my mail files after RMAIL munges their format?
  460. 159: How do I make Emacs automatically start my mail/news reader?
  461. 160: How do I read news under Emacs?
  462. 161: Why does `rnews' say "No News is good news" when there is news?
  463. 162: Why doesn't GNUS work anymore via NNTP?
  464. 163: How do I view text with embedded underlining (eg., ClariNews)?
  465. 164: When I try to post a long article in GNUS (about 10K or longer), I get
  466.      the error, "Writing to process: no more processes, nntpd"
  467. 165: How do I save all the items of a multi-part posting in GNUS?
  468. 166: Why does GNUS put the subjects in replies beyond the 80th column?
  469. 167: Why is GNUS so slow to start up?
  470. 168: How do I catch up all newsgroups in GNUS?
  471. 169: Why can't I kill in GNUS on the Newsgroups/Keywords/Control line?
  472. 170: How do I get rid of flashing messages in GNUS for slow connections?
  473. 171: Why is catch up slow in Gnews/GNUS?
  474. 172: Why does GNUS hang for a long time when posting?
  475. 173: Why don't my news postings in GNUS get past the local machine?
  476. 174: Why is the GNUS-generated `Date:' header invalid?
  477. 175: Why doesn't GNUS generate the `Lines:' header?
  478. 176: Why do I get "Cannot open load file" "nntp" when compiling GNUS?
  479. 177: How do I kill all articles in GNUS but those matching a pattern?
  480. Xref: bloom-picayune.mit.edu gnu.emacs.help:7399 comp.emacs:15248 news.answers:3113
  481. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!snorkelwacker.mit.edu!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!uwm.edu!news.bbn.com!bu.edu!bigbird!jbw
  482. From: jbw@bigbird.bu.edu (Joe Wells)
  483. Newsgroups: gnu.emacs.help,comp.emacs,news.answers
  484. Subject: GNU Emacs FAQ (1/5, 1-27): Notation/General/Help/Status
  485. Summary: READ BEFORE POSTING.  A regularly posted list of answers to frequently
  486.          asked questions (FAQs) about GNU Emacs and many Emacs Lisp programs.
  487.          Contains pointers to other resources.  Follow "References:" link for
  488.          more metainfo.
  489. Keywords: gnu emacs faq answers frequently asked questions periodic
  490. Message-ID: <GNU-Emacs-FAQ-1.1992.09.22.011020@bigbird.bu.edu>
  491. Date: 22 Sep 92 01:10:20 GMT
  492. Expires: 21 Nov 92 01:10:20 GMT
  493. References: <GNU-Emacs-FAQ-0.1992.09.22.011020@bigbird.bu.edu>
  494. Sender: news@bu.edu
  495. Reply-To: gnu-emacs-faq-maintainers@bigbird.bu.edu
  496. Followup-To: poster
  497. Organization: GNU's Not UNIX
  498. Lines: 759
  499. Approved: news-answers-request@mit.edu
  500. Supersedes: <GNU-Emacs-FAQ-1.1992.06.28.234430@bigbird.bu.edu>
  501.  
  502. Archive-Name: GNU-Emacs-FAQ/part1
  503. Last-Modified: Mon, 21 Sep 1992 03:13:02 GMT
  504. Last-Posted: Tue, 22 Sep 1992 01:10:20 GMT
  505.  
  506.                GNU Emacs FAQ: Notation/General/Help/Status
  507.  
  508. If you are viewing this text in a GNU Emacs Buffer, you can type "M-2 C-x $" to
  509. get an overview of just the questions.  Then, when you want to look at the text
  510. of the answers, just type "C-x $".
  511.  
  512. To search for a question numbered XXX, type "M-C-s ^XXX:", followed by a C-r if
  513. that doesn't work, then type ESC to end the search.
  514.  
  515. A `+' in the 78th column means something was inserted on the line.  A `-' means
  516. something was deleted and a `!' means some combination of insertions and
  517. deletions occurred.
  518.  
  519. Full instructions for getting the latest FAQ are in question 22.  Also see the
  520. `Introduction to news.answers' posting in the `news.answers' newsgroup, or send
  521. e-mail to `mail-server@rtfm.mit.edu' with `help' on a body line, or use FTP,
  522. WAIS, or Prospero to rtfm.mit.edu.
  523.  
  524.  
  525.  
  526. Notation Used in FAQ
  527.  
  528.   Skip this section and then come back if you don't understand some of the
  529.   later answers.
  530.  
  531. 1:   What do these mean: C-h, M-C-a, RET, "ESC a", etc.?
  532.  
  533.   C-x means press the `x' key while holding down the Control key.  M-x means
  534.   press the `x' key while holding down the Meta key.  M-C-x means press the
  535.   `x' key while holding down both the Control key and the Meta key.  C-M-a
  536.   is a synonym for M-C-a.  RET, LFD, DEL, ESC, and TAB respectively refer to
  537.   pressing the Return, Linefeed (aka Newline), Delete, Escape, and Tab keys
  538.   and are equivalent to C-m, C-j, C-?, C-[, and C-i.  SPC means press the
  539.   Space bar.
  540.  
  541.   I put any key sequence that is longer than one key (and some single-key
  542.   sequences) inside double quotes or on a line by itself.  Any real spaces
  543.   in such a key sequence should be ignored; only SPC really means press the
  544.   space key.
  545.  
  546.   The ASCII code sent by C-x (except for C-?) is the value that would be
  547.   sent by pressing just `x' minus 96 (or 64 for uppercase `X') and will be
  548.   from 0 to 31.  The ASCII code sent by M-x is the sum of 128 and the ASCII
  549.   code that would be sent by pressing just the `x' key.  Essentially, the
  550.   Control key turns off bits 5 and 6 and the Meta key turns on bit 7.
  551.  
  552.   For further information, see `Characters' and `Keys' in the online manual.
  553.  
  554.   NOTE: C-? (aka DEL) is ASCII code 127.  It is a misnomer to call C-? a
  555.   "control" key, since 127 has both bits 5 and 6 turned ON.  Also, on very
  556.   few keyboards does Control-? generate ASCII code 127.
  557.  
  558. 2:   What does "M-x command" mean?
  559.  
  560.   "M-x command" means type M-x, then type the name of the command, then
  561.   type RET.
  562.  
  563.   M-x (by default) invokes the command `execute-extended-command'.  This
  564.   command allows you to run any Emacs command if you can remember the
  565.   command's name.  If you can't remember the command's name, you can type
  566.   TAB and SPC for completion, and "?" for a list of possibilities.  An Emacs
  567.   "command" is any "interactive" Emacs function.
  568.  
  569.   NOTE: Your system administrator may have bound other key sequences to
  570.   invoke execute-extended-command.  A function key labeled `Do' is a good
  571.   candidate for this.
  572.  
  573.   To run non-interactive Emacs functions, see question 53.
  574.  
  575. 3:   How do I read topic XXX in the on-line manual?
  576.  
  577.   When I refer you to topic XXX in the on-line manual, you can read this
  578.   manual node inside Emacs (assuming nothing is broken) by typing this:
  579.  
  580.     C-h i m emacs RET m XXX RET
  581.  
  582.   This invokes the Info facility.  If you don't already know how to use
  583.   Info, type "?" from within Info.
  584.  
  585.   If I refer you to topic XXX:YYY, you need to type this:
  586.  
  587.     C-h i m emacs RET m XXX RET m YYY RET
  588.  
  589.   WARNING: Your system administrator may not have installed the Info files,
  590.   or may have installed them properly.  In this case you should complain.
  591.  
  592. 4:   What do these mean: etc/SERVICE, src/config.h, lisp/default.el?
  593.  
  594.   These are files that come with GNU Emacs.  The GNU Emacs distribution is
  595.   divided into subdirectories; the important ones are `etc', `lisp', and
  596.   `src'.
  597.  
  598.   If you use GNU Emacs, but don't know where it is kept on your system,
  599.   start Emacs, then type "C-h v exec-directory RET".  The directory name
  600.   displayed by this will be the full pathname of the installed `etc'
  601.   directory.
  602.  
  603.   Some of these files are available individually via FTP or e-mail, see
  604.   question 20.  All are available in the source distribution.
  605.  
  606. 5:   What are FSF, LPF, OSF, GNU, RMS, FTP, and GPL?
  607.  
  608.   FSF == Free Software Foundation
  609.   LPF == League for Programming Freedom
  610.   OSF == Open Software Foundation
  611.   GNU == GNU's Not Unix
  612.   RMS == Richard Matthew Stallman
  613.   FTP == File Transfer Protocol
  614.   GPL == GNU General Public Licence
  615.  
  616.   NOTE: Avoid confusing the FSF, the LPF, and the OSF.  The LPF opposes
  617.   look-and-feel copyrights and software patents.  The FSF aims to make high
  618.   quality free software available for everyone.  The OSF is a commercial
  619.   organization which wants to provide an alternative, standardized version
  620.   of Unix not controlled by AT&T.
  621.  
  622.   NOTE: The word "free" in the title of the Free Software Foundation refers
  623.   to "freedom", not "zero dollars".  Anyone can charge any price for
  624.   GPL-covered software that they want to.  However, in practice, the freedom
  625.   enforced by the GPL leads to low prices, because you can always get the
  626.   software for less money from someone else, because everyone has the right
  627.   to resell or give away GPL-covered software.
  628.  
  629.  
  630.  
  631. General Questions
  632.  
  633. 6:   What is the LPF and why should I join it?
  634.  
  635.   The LPF opposes the expanding danger of software patents and look-and-feel
  636.   copyrights.  To get more information, feel free to contact the LPF via
  637.   e-mail or otherwise.  {You may also contact me, jbw@cs.bu.edu; I will be
  638.   happy to talk with you about the LPF.}  Here is the contact information:   !
  639.